home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / self / contrib.lha / contrib / 491 / aa / test1.self < prev    next >
Encoding:
Text File  |  1993-06-23  |  970 b   |  39 lines

  1. " X window --- AAWindow tests. "
  2. "
  3. *
  4. * This should open up a window on the given host (should really prompt, or check
  5. * out the $DISPLAY variable). The window should refresh itself if you run the
  6. * disp wpe line repeatedly.
  7. * test1.self,v 1.4 1993/06/23 00:36:07 richards Exp
  8. *
  9. * test1.self,v
  10. * Revision 1.4  1993/06/23  00:36:07  richards
  11. * Fixed up test1 to work with new code.
  12. * boites and window have first hack at highlighting code.
  13. *
  14. * Revision 1.3  1993/05/31  00:12:17  richards
  15. * May 30 checkin. Font support is nearly debugged.
  16. * Make use of glue now.
  17. * Added rational (fraction) types.
  18. *
  19. * Revision 1.2  1993/05/30  21:47:01  richards
  20. * Tests include newerX and navel in the tests.
  21. *
  22. # Revision 1.1  1992/08/19  02:02:34  richards
  23. # Initial revision
  24. #
  25. *
  26. *
  27. "
  28.  
  29. _AddSlotsIfAbsent: (| myview. |)
  30. viewManager shutdown
  31. myview: view copy
  32. myview name: 'An Algebra assistant named AA'
  33. myview area: (5@26)##(500@@500)
  34. myview realise
  35. myview map
  36. myview display flush
  37.  
  38.